Click or drag to resize

SipClientAuthentication Method

Authentications the specified request.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string Authentication(
	Request request,
	Response response
)

Parameters

request
Type: Independentsoft.SipRequest
The request.
response
Type: Independentsoft.SipResponse
The response.

Return Value

Type: String
System.String.
Exceptions
ExceptionCondition
AuthenticationExceptionDo not support authentication: + wwwAuthenticate
See Also